Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp81 template<typename T> static T wrong_inst_out_of_line; member in non_const_init::A
90 template<typename T> T A::wrong_inst_out_of_line = T(10); member in non_const_init::A
91 template int A::wrong_inst_out_of_line<int>; member in non_const_init::A