Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / metaline.res
1 int main () {
2 static int y;
3 static int x;
4 while (12) f(4+3);
5 h(4 + 3);
6 q(3 + 3);
7 r(3+4);
8 }