Searched refs:ar5 (Results 1 – 2 of 2) sorted by relevance
16 Abstract ar5[10]; // expected-error {{abstract class}} variable
18 A &&ar5 = static_cast<A&&>(xvalue<B>()); in test()