Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / ar.res
1 struct bar { struct foo *a; struct foo b[27]; };
2
3 int main() {
4 struct foo *x;
5 struct bar *y;
6 struct foo z[15];
7 }