1// This function is broken, but this file is ignorelisted
2int externalBrokenFunction(int argc) {
3 char x[10] = {0};
4 return x[argc * 10]; // BOOM
5}
6

source code of compiler-rt/test/asan/TestCases/Helpers/ignorelist-extra.cpp