[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / g++.dg / concepts / pr60391.C
blob5c5ca2c2381ab5d4eed68a57181b7e43a8576287
1 // PR c++/60391
2 // { dg-do compile { target c++14 } }
4 namespace N
6   int operator"" _X(auto) {} // { dg-error "auto|invalid" }
9 namespace N {}