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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/c_parser/test/test_parser.c b/c_parser/test/test_parser.c
index 557fd56..d894c23 100644
--- a/c_parser/test/test_parser.c
+++ b/c_parser/test/test_parser.c
@@ -3,4 +3,6 @@ int b;
int c;
int yann, is, the, best;
int d = 0;
-int hello = 123, asd = 123;
+int hello = 122, asd = 123;
+
+int f(int i, int b, int c, int d);