1 // RUN: %clang_cc1 -std=c++23 -fsyntax-only -verify %s
19 const B b
; // expected-error {{default initialization of an object of const type 'const B' without a user-provided default constructor}}
42 const C c
; // expected-error {{default initialization of an object of const type 'const C' without a user-provided default constructor}}
43 const D d
; // expected-error {{default initialization of an object of const type 'const D' without a user-provided default constructor}}