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