Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / structfoo.cocci
CommitLineData
113803cf
C
1@@
2declarer name FOO;
3@@
4
5- struct foo my_foo[] = {
6- .a = 1,
7- .u.b = 42,
8- };
9+ FOO(1, 42);