Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / addif2.res
1 #ifdef FOO
2 int /*foo*/ xxx;
3 #endif
4 static int foo() {
5 return 12;
6 }
7
8 #ifdef FOO
9 int /*foo*/ xxx;
10 #endif
11 static int bar() {
12 return 12;
13 }