Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / demos / spp / testpy.cocci
1 @r@
2 identifier i;
3 constant C;
4 @@
5
6 i = C;
7
8 @script:python@
9 i << r.i;
10 @@
11
12 print i