blob: 256ebd2ad2f8fb5dd8271561e963c3ff4e709f91 [file] [log] [blame]
struct __attribute ((visibility ("hidden"))) A { int i; };
struct B: A { }; // { dg-warning "base" }