DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / scripting / script1.c
123456789
int main() { int buf[20]; int i; for (i = 0; i <= 20; ++i) buf[i] = i; f(); }