diff options
| -rw-r--r-- | tests/include/tast2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h index f28c003..d39e8ea 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -50,7 +50,7 @@ extern "C" { #define ALLSHL (SHL1 | SHL2 | SHL3) // const not supported yet -const int SOME_CONST = 8; +static const int SOME_CONST = 8; struct some_struct_s { |
