Release coccinelle-0.2.2
[bpt/coccinelle.git] / tests / na.res
1 #define FOO 10
2
3 void foo()
4 {
5 int i;
6
7 if (12) return;
8 12;
9 !i & !FOO;
10 12;
11 12;
12 !i & !100;
13 }