aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/abi/abi-tag4.C
blob: 3f8d7bfbc3d441b333c3936dea97358fb3ad2ec4 (plain)
1
2
3
4
5
6
7
8
// { dg-options "-Wabi-tag" }

struct __attribute ((abi_tag ("X"))) A { };

struct B			// { dg-warning "abi tag" }
{
  virtual void f(A);		// { dg-message "declared here" }
};