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