Coccinelle release 1.0.0-rc3
[bpt/coccinelle.git] / tests / spacing.res
1 typedef int *foo;
2
3 void *bar(int *baz) {
4 return baz;
5 }
6
7 int f(int x) {
8 one();
9 if (x) {
10 two();
11 if (y) {
12 test();
13 }
14 }
15 }
16
17 void *bar(int *baz) {
18 return baz;
19 }