Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / fields.cocci
1 @@
2 @@
3
4 struct foo x = {
5 + .a = 1,
6 + .b = 2,
7 + .c = 3,
8 };
9