6 lines
81 B
C
6 lines
81 B
C
|
// RUN: %clang_cc1 %s -emit-llvm -o -
|
||
|
|
||
|
void bork(void) {
|
||
|
char Qux[33] = {0};
|
||
|
}
|