(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp2a/
concepts-pr58548.C
// PR c++/58548
// { dg-do compile { target c++14 } }
// { dg-additional-options "-fconcepts" }

void foo(auto)
{
  struct A { int i; };
}