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