Home | Sort by relevance Sort by last modified time |
/external/clang/test/SemaCXX/ | |
cxx1y-variable-templates_top_level.cpp | 169 template<typename=int> int missing_args; // expected-note {{here}} member in namespace:explicit_instantiation 170 template int missing_args; // expected-error {{must specify a template argument list}} member in namespace:explicit_instantiation |