aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/test_parser.c
blob: 55a15b7d4e7fdce9f2ad156cc0af73dde2f114f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}