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