Release coccinelle-0.1.2
[bpt/coccinelle.git] / tests / sys.iso
1 TopLevel
2 @ mkinit @
3 type T;
4 pure context T E;
5 identifier I;
6 identifier fld;
7 expression E1;
8 @@
9
10 E.fld = E1; => T I = { .fld = E1, };