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

/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp105 template<typename T> static CONST T right_inst = T(10); // expected-note {{here}} member in class:non_const_init::C
106 template<typename T> static CONST T right_inst<T*> = T(100); // expected-note {{here}} member in class:non_const_init::C
108 template CONST int C::right_inst<int>; // expected-error {{undefined variable template}} member in class:non_const_init::C
109 template CONST int C::right_inst<int*>; // expected-error {{undefined variable template}} member in class:non_const_init::C

Completed in 117 milliseconds