Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_in_class.cpp74 template<typename T> static T wrong_inst_undefined = T(10); // expected-note {{refers here}} member in non_const_init::A
79 template const int A::wrong_inst_undefined<const int>; // expected-error {{undefined}} member in non_const_init::A