Home
last modified time | relevance | path

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

/external/clang/test/Misc/
Ddiag-template-diffing.cpp280 template<typename ...A> class class_types {}; class
281 void set10(class_types<int, int>) {} in set10()
283 set10(class_types<int>()); in test10()
284 set10(class_types<int, int, int>()); in test10()