DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / scripting / script2.cocci
12345678
@ rule1 @ type T; identifier I; constant C; expression E; @@ T I[C]; <... -I[E] +I[E] ...> @ script:python @ @@ print "Hello"