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