aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/concepts-pr58548.C
blob: cd3e6fdb2dcc4ee48f5ce56976ba4f3d3a47e686 (plain)
1
2
3
4
5
6
7
8
// PR c++/58548
// { dg-do compile { target c++14 } }
// { dg-additional-options "-fconcepts" }

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