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