Match: Only allow single use of MIN_EXPR for SAT_TRUNC form 2 [PR115863]
[official-gcc.git] / gcc / testsuite / g++.dg / abi / abi-tag2.C
blob0e92dcc1dcce422821611d5f258c93364a76d1c2
1 void f(int);
2 void f(int) __attribute ((abi_tag ("foo"))); // { dg-error "adds abi tag" }
4 struct C;
5 struct __attribute ((abi_tag ("foo"))) C; // { dg-error "adds abi tag" }