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