Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_in_class.cpp75 …template<typename T> static T wrong_inst_defined = T(10); // expected-error {{non-const static dat… member in non_const_init::A
81 template<typename T> T A::wrong_inst_defined; member in non_const_init::A
82 template const int A::wrong_inst_defined<const int>; member in non_const_init::A
83 …template int A::wrong_inst_defined<int>; // expected-note {{in instantiation of static data member… member in non_const_init::A