blob: 0e92dcc1dcce422821611d5f258c93364a76d1c2 [file] [log] [blame]
void f(int);
void f(int) __attribute ((abi_tag ("foo"))); // { dg-error "adds abi tag" }
struct C;
struct __attribute ((abi_tag ("foo"))) C; // { dg-error "adds abi tag" }