1// RUN: not %clang_cc1 %s -emit-llvm -o /dev/null
2
3struct A X[(927 - 37) / sizeof(struct A)];
4