DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / initpython.cocci
123456
@@ expression path; fresh identifier newpath = script:python (path) { "XXX" + path }; @@ - f(path) + f(newpath)