// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
//
// Note: [class.inhctor] was removed by P0136R1. This tests the new behavior
// for the wording that used to be there.
;
;
;
;
D1 ; // expected-error {{ambiguous}}
D2 ;
;
;
B4<char> b4c;
B4<int> b4i;
;
;
D6 ;
;
// DRxxx (no number yet): derived class ctor beats base class ctor.
D7 ;