Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / arparam.c
CommitLineData
190f1acf
C
1int main(int q[1024])
2{ return 12; }
3
4int fn(int q[])
5{ return 12; }
6