Coccinelle release 1.0.0-rc3
[bpt/coccinelle.git] / tests / spacing.c
1 typedef int *foo;
2
3 int f(int x) {
4 one();
5 if (x) {
6 two();
7 }
8 }