PR c++/65046
[official-gcc.git] / gcc / testsuite / g++.dg / abi / abi-tag4.C
blob6bf4fa1c538575edca149a3ef1e471c0697801a6
1 // { dg-options "-Wabi-tag" }
3 struct __attribute ((abi_tag ("X"))) A { };
5 struct B                        // { dg-warning "ABI tag" }
7   virtual void f(A);            // { dg-message "declared here" }
8 };