Home | Sort by relevance Sort by last modified time |
/external/clang/test/SemaCXX/ | |
cxx1y-variable-templates_in_class.cpp | 74 template<typename T> static T wrong_inst_undefined = T(10); // expected-note {{refers here}} member in class:non_const_init::A 79 template const int A::wrong_inst_undefined<const int>; // expected-error {{undefined}} member in class:non_const_init::A |