Home
last modified time | relevance | path

Searched defs:right_inst (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp110 template<typename T> static CONST T right_inst = T(10); // expected-note {{here}} member in non_const_init::C
113 template CONST int C::right_inst<int>; // expected-error {{undefined variable template}} member in non_const_init::C
114 template CONST int C::right_inst<int*>; // expected-error {{undefined variable template}} member in non_const_init::C