DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / while_init_condition_smpl.res
12345678
int main() { const int a [] = {1,2,0}; int i=0; while (const int z = a[i++] ) ; }