Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / xfield.c
1 FOO(a2,b2,c2);
2
3 /*
4 int y;
5
6 struct foo {
7 FOO(a,b,c);
8 FOO(a1,b1,c1);
9 };
10 */