================ @@ -12,6 +12,31 @@ void g() { } } +namespace GH113324 { +struct S1 { + friend void f1(S1, int = 42) {} +}; + +template <bool, class> using __enable_if_t = int; ---------------- a-tarasyuk wrote:
@zyn0217 I've removed unnecessary tests. thanks https://github.com/llvm/llvm-project/pull/115487 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits