mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 02:59:15 +00:00
910f86f8d3
llvm-svn: 43839
5 lines
73 B
C
5 lines
73 B
C
// RUN: %llvmgcc -c %s -o /dev/null
|
|
void bork() {
|
|
int Qux[33] = {0};
|
|
}
|