coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / a.c
1 int main () {
2 int a;
3 f(a);
4 h(a);
5 { int a;
6 g(a);
7 r(a);
8 }
9 }