DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / scripting / script7.cocci
123456789
@ rule1 @ expression E; @@ f(E); ... g(E); ... -h() +h(E); @ script:python @ x << rule1.E; @@ print x