// P0846R0 // { dg-do compile } // { dg-options "-std=c++2a" } template void foo() { } template void bar(int) { } int main() { foo(); bar(1); }