Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / ifdefmeta3.c
1 int main () {
2 f();
3 if (foo) {
4 one();
5 #ifdef ONE
6 two();
7 #endif
8 three();
9 }
10 g();
11 }