// RUN: %clang_cc1 -fsyntax-only -verify %s template struct A { char a __attribute__((aligned(16))); }; int a[sizeof(A) == 16 ? 1 : -1];