aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-16 22:52:40 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-16 22:52:40 +0000
commit392805699c8d411400901b8e3d7298f0f9198bb5 (patch)
tree2d724780d9e787d7e17211ce6181d395aae1fcaf /c_parser/test
parent24d1547515ddeb03c6fcf7ae0162b0c397180a40 (diff)
downloadCompiler-392805699c8d411400901b8e3d7298f0f9198bb5.tar.gz
Compiler-392805699c8d411400901b8e3d7298f0f9198bb5.zip
Changing ast and improving it
Diffstat (limited to 'c_parser/test')
-rw-r--r--c_parser/test/test_parser.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/c_parser/test/test_parser.c b/c_parser/test/test_parser.c
index e69de29..a685aff 100644
--- a/c_parser/test/test_parser.c
+++ b/c_parser/test/test_parser.c
@@ -0,0 +1,5 @@
+int a;
+int b;
+int c;
+int yann, is, the, best;
+int hello = 0;