Add testcase

llvm-svn: 43839
This commit is contained in:
Bill Wendling 2007-11-07 19:36:26 +00:00
parent abcbb0493a
commit 6e976915a3
1 changed files with 4 additions and 0 deletions

View File

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