From 392805699c8d411400901b8e3d7298f0f9198bb5 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 16 Feb 2017 22:52:40 +0000 Subject: Changing ast and improving it --- c_parser/test/test_parser.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c_parser/test') 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; -- cgit