blob: 5807536359a1b25b16219b2cdb38a1bca6fb12c3 [file] [log] [blame]
// RUN: %clang_cc1 -frecovery-ast -verify %s
// RUN: %clang_cc1 -verify %s
struct alignas(invalid()) Foo {}; // expected-error {{use of undeclared identifier}}
constexpr int k = alignof(Foo);