// PR c++/91364 - Implement P0388R4: Permit conversions to arrays of unknown bound. // { dg-do compile { target c++20 } } template void foo(T); template (F()))> void test(int) { } // No other overload, so if the above fails because of the conversion, // we fail. void fn () { test(0); test(0); }