// PR c++/110025 // { dg-do compile { target c++23 } } template struct A { }; template A f(); int main() { f<0>(); }