DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / square.c
12345678
int two() { return 2; } int main() { int a[3]; int b[3]; a[0]=1; a[b[0]]=0; a[two()]=2; }