Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / addif1.res
CommitLineData
0708f913
C
1#ifdef FOO
2int xxx() {
3 return 12; }
4#endif
5static int foo() {
6 return 12;
7}
8
9#ifdef FOO
10int xxx() {
11 return 12; }
12#endif
13static int bar() {
14 return 12;
15}