Searched refs:abc_template (Results 1 – 1 of 1) sorted by relevance
7 template <typename T> int abc_template = 0; variable8 …template <> int abc_template<int> = 0; // expected-warning {{variable 'abc_template<int>' is not n…12 return abc + abc_template<int> + abc_template<long>; in foo()