Release coccinelle-0.1
[bpt/coccinelle.git] / tests / scripting / script1.cocci
1 @ rule1 @ type T; identifier I; constant C; expression E; @@
2 T I[C];
3 <...
4 -I[E]
5 ...>
6 @ script:python @ @@
7 print "Hello"