Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
auto23.C
// PR c++/46245 // { dg-do compile { target c++11 } } template<auto f()->int> struct A { };