1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
9 A a2
= { 1 }; // expected-error{{excess elements in struct initializer}}
12 const int : 0; // expected-error{{anonymous bit-field cannot have qualifiers}}
19 B
b3(static_cast<B
&&>(b2
));
21 b
= static_cast<B
&&>(b
);