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.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/c_parser/test/test_parser.c b/c_parser/test/test_parser.c
deleted file mode 100644
index 55a15b7..0000000
--- a/c_parser/test/test_parser.c
+++ /dev/null
@@ -1,16 +0,0 @@
-int a;
-int b;
-int c;
-int yann, is, the, best;
-int d = 0;
-int hello = 122, asd = 123;
-
-int f(int i, int b, int c, int d) {
- int a;
-}
-
-int func(int asd, int b) {
- int a, b, c;
- int c = 0;
- int d;
-}