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