================
@@ -33,3 +32,13 @@ void use(T t) {
void test() {
use(val());
}
+
+template <typename T> void pr49502(T v) {
----------------
oToToT wrote:added. guess this is what you mean. https://github.com/llvm/llvm-project/pull/182752 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
