Searched refs:conv_to_not_int_rvalue (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Drval-references.cpp20 struct conv_to_not_int_rvalue { struct
49 conv_to_not_int_rvalue cnir;
51 not_int &ni5 = cnir; // expected-error{{non-const lvalue reference to type 'not_int' cannot bind to a value of unrelated type 'conv_to_not_int_rvalue'}}
52 not_int &&ni6 = conv_to_not_int_rvalue();

Completed in 63 milliseconds