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