DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / while_init_condition_smpl.cocci
123456
# spatch --c++ @@ @@ - while (const int v = a[i++]) + while (const int z = a[i++]) ;