================ @@ -162,3 +162,10 @@ struct A { }; A<0>::B a; } + +template <typename T> void shadow() { // expected-note{{template parameter is declared here}} ---------------- erichkeane wrote:
Just a call to this function, so: `shadow<int>()` call. If you change it to return `int`, you can do: `auto Use = shadow<int>()` below this to instantiate it. https://github.com/llvm/llvm-project/pull/129116 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits