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