8 class bar: public foo { // { dg-error "uninitialized" }
9 // { dg-message "implicitly deleted" "" { target c++11 } .-1 }
11 int const a; // { dg-message "should be initialized" }
17 int main(int argc, char **argv)
19 bar x; // { dg-error "deleted" "" { target c++11 } }
20 // { dg-message "synthesized" "" { target { ! c++11 } } .-1 }