brintos

brintos / llvm-project-archived public Read only

0
0
Text · 151 B · 1d99df5 Raw
6 lines · cpp
1// This function is broken, but this file is ignorelisted2int externalBrokenFunction(int argc) {3  char x[10] = {0};4  return x[argc * 10];  // BOOM5}6