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