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

/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp43 enum class wcharTy : wchar_t { class
47 template <wcharTy T> struct Type7Helper;
48 template <> struct Type7Helper<wcharTy::c> { typedef wcharTy Ty; };
49 template <wcharTy T, typename Type7Helper<T>::Ty U> struct Type7 {};
76 struct Type7<wcharTy::c, "7"> t7; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type7Helper<(wcharTy)L'\x00'>::Ty' (aka 'wcharTy')}}

Completed in 131 milliseconds