1 // RUN: %clang_cc1 -x c++ -verify %s
7 enum alignas(64) A
{}; // expected-error {{'alignas' attribute cannot be applied to an enumeration}}
8 enum struct alignas(64) B
{}; // expected-error {{'alignas' attribute cannot be applied to an enumeration}}