DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / decltype.cocci
1234567891011121314151617181920
# spatch --c++ @@ idexpression int x; @@ return <+... - x + 12 ...+> ; @@ idexpression int *x; @@ return <+... - x + 0 ...+> ;