4 lines
87 B
C
4 lines
87 B
C
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
|
|
void bork(void) {
|
|
int Qux[33] = {0};
|
|
}
|