// RUN: %clang_cc1 -fsyntax-only -verify %s -triple x86_64-linux-gnu
// PR15216
// Don't crash when taking computing the offset of structs with large arrays.
const unsigned long Size = ;
;
int test1 = ;
;
// FIXME: Remove this error when the constant evaluator learns to
// ignore bad types.
int test2 = ; // expected-error{{initializer element is not a compile-time constant}}