// RUN: %clang_cc1 -x c++ -verify %s
// dr2354: 15
namespaceDR2354{enumalignas(64)A{};// expected-error {{'alignas' attribute cannot be applied to an enumeration}}
enum structalignas(64)B{};// expected-error {{'alignas' attribute cannot be applied to an enumeration}}
}// namespace DR2354