[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / g++.dg / concepts / pr58548.C
blobcd3e6fdb2dcc4ee48f5ce56976ba4f3d3a47e686
1 // PR c++/58548
2 // { dg-do compile { target c++14 } }
3 // { dg-additional-options "-fconcepts" }
5 void foo(auto)
7   struct A { int i; };