Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp2a
/
concepts-pr58500.C
blob: cb74072a570d4435e0c27431ce692a48e4471a02 [
file
] [
log
] [
blame
]
// PR c++/58500
// { dg-do compile { target c++14 } }
// { dg-additional-options "-fconcepts" }
struct
A
{};
void
foo
(
auto
(
A
::*)());