aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/test_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/test_parser.c')
-rw-r--r--c_parser/test/test_parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c_parser/test/test_parser.c b/c_parser/test/test_parser.c
index a685aff..557fd56 100644
--- a/c_parser/test/test_parser.c
+++ b/c_parser/test/test_parser.c
@@ -2,4 +2,5 @@ int a;
int b;
int c;
int yann, is, the, best;
-int hello = 0;
+int d = 0;
+int hello = 123, asd = 123;