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