// RUN: %clang_cc1 -frecovery-ast -verify %s
;
// no crash on evaluating the constexpr ctor.
constexpr int Z = .Y; // expected-error {{constexpr variable 'Z' must be initialized by a constant expression}}
;
;
;
;
// no crash on evaluating the CXXDefaultInitExpr.
constexpr int* s = .p; // expected-error {{must be initialized by}}