blob: 1d99df5ae33e113bc37aa744d9821dbda700ce27 [file] [log] [blame]
// This function is broken, but this file is ignorelisted
int externalBrokenFunction(int argc) {
char x[10] = {0};
return x[argc * 10]; // BOOM
}