Add testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43839 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2007-11-07 19:36:26 +00:00
parent abaff883ba
commit 033903c37b

View File

@ -0,0 +1,4 @@
// RUN: %llvmgcc -c %s -o /dev/null
void bork() {
int Qux[33] = {0};
}