// PR c++/115283 // { dg-final { scan-assembler "(weak|glob)\[^\n\]*_Z1fIiEv1AIX1CIT_EEE" } } // { dg-do compile { target c++20 } } template concept C = true; template struct A { }; template void f(A>) { } template void f(A);