DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / ptrconstptr.cocci
12345678
@@ type t; symbol x; @@ void main() { - t x; + t y; }