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

/external/clang/test/SemaCXX/
H A Dnew-array-size-conv.cpp18 struct IndirectValueInt : ValueInt { }; struct in inherits:ValueInt
19 struct TwoValueInts : ValueInt, IndirectValueInt { }; // expected-warning{{direct base 'ValueInt' is inaccessible due to ambiguity:\n struct TwoValueInts -> struct ValueInt\n struct TwoValueInts -> struct IndirectValueInt -> struct ValueInt}}

Completed in 64 milliseconds