aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/testsuite/g++.dg/cpp0x/auto23.C
blob: 49b5a0eb9e83bf83691cf5ede8061394f95e47e2 (plain)
1
2
3
4
// PR c++/46245
// { dg-options -std=c++0x }

template<auto f()->int> struct A { };