// RUN: %clang_cc1 -std=c++11 -verify %s
//
// Note: [class.inhctor] was removed by P0136R1. This tests the new behavior
// for the wording that used to be there.
;
;
constexpr int k = 0;
constexpr A a0;
constexpr A a1;
constexpr B b0;
constexpr B b1;
static_assert;
;
;
static_assert;
constexpr : // expected-error {{does not match any declaration in 'D'}}