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