blob: 851471d2e2f460371cdc13ac4a2f57cf6518242c [file] [log] [blame]
// APPLE LOCAL file mainline 4.2 2006-03-01 4311680
// { dg-do compile { target arm*-*-*eabi* arm*-*-symbianelf* } }
// Class data should be exported.
// { dg-final { scan-not-hidden "_ZTV1S" } }
// { dg-final { scan-not-hidden "_ZTI1S" } }
// { dg-final { scan-not-hidden "_ZTS1S" } }
struct S {
virtual void f();
};
void S::f() {}