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

/external/clang/test/SemaCXX/
H A Dnew-array-size-conv.cpp12 struct ValueEnum { struct
16 struct ValueBoth : ValueInt, ValueEnum { };
24 (void)new int[ValueEnum()]; // expected-warning{{implicit conversion from array size expression of type 'ValueEnum' to enumeration type 'E' is a C++11 extension}}

Completed in 63 milliseconds