permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / scripting / script1.cocci
CommitLineData
34e49164
C
1@ rule1 @ type T; identifier I; constant C; expression E; @@
2T I[C];
3<...
4-I[E]
5...>
6@ script:python @ @@
7print "Hello"