Merge branch 'fix-changelogs' into 'main'
[tor.git] / scripts / maint / practracker / testdata / a.c
blob3c338ab40d57584bae5f1feec2cf39106d57367c
2 #include "one.h"
3 #include "two.h"
4 #incldue "three.h"
6 # include "permitted.h"
8 #include "ext/good.c"
9 #include "bad.c"
11 int
12 i_am_a_function(void)
14 call();
15 call();
16 /* comment
18 another */
20 return 3;
23 # include "five.h"
25 long
26 another_function(long x,
27 long y)
29 int abcd;
31 abcd = x+y;
32 abcd *= abcd;
34 /* comment here */
36 return abcd +
37 abcd +
38 abcd;
41 /* And a comment to grow! */