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