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; };
}