Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / localid.res
CommitLineData
34e49164
C
1int c;
2
3int main () {
4 int a;
5 f(a+1);
6 h(b);
7 g(c);
8}