[ORC] Fail materialization in tasks that are destroyed before running.
[llvm-project.git] / compiler-rt / test / asan / TestCases / Helpers / ignorelist-extra.cpp
blob1d99df5ae33e113bc37aa744d9821dbda700ce27
1 // This function is broken, but this file is ignorelisted
2 int externalBrokenFunction(int argc) {
3 char x[10] = {0};
4 return x[argc * 10]; // BOOM