blob: 829b60cb0ef029d66bd2de4a14f463c8bd85e2e7 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2void bork() {
3 int Qux[33] = {0};
4}