1 // PR c++/46245
2 // { dg-do compile { target c++11 } }
3 
4 template<auto f()->int> struct A { };
5