Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / dec.cocci
CommitLineData
34e49164
C
1@@
2@@
3
4f(int x) {
5+ int z;
6 int y;
7 return x;
8}