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