Home
last modified time | relevance | path

Searched refs:char_values (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp29 template<char...> struct char_values { struct
34 struct char_values<C1, 12, C3> { struct
38 int check0[char_values<1, 12, 3>::value == 1? 1 : -1];