Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / metastatement.cocci
CommitLineData
34e49164
C
1// dumb example. does not work well because S is also match
2// on the compounds, so it try to erase multiple times the same node.
3
4@@
5statement S;
6@@
7
8- S
9+ S f(1);