1 // RUN: %clang_cc1 %s -emit-llvm -o -
2 
bork()3 void bork() {
4   char Qux[33] = {0};
5 }
6