Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-variable-not-needed.cpp7 template <typename T> int abc_template = 0; variable
8 …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()