Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / localid.c
1 int c;
2
3 int main () {
4 int a;
5 f(a);
6 f(a+1);
7 f(b);
8 f(c);
9 }