blob: 6bf4fa1c538575edca149a3ef1e471c0697801a6 [file] [log] [blame]
// { dg-options "-Wabi-tag" }
struct __attribute ((abi_tag ("X"))) A { };
struct B // { dg-warning "ABI tag" }
{
virtual void f(A); // { dg-message "declared here" }
};