blob: b3657af01e12694b5e396ac75ee9d65d9af96989 [file] [log] [blame]
struct blah
{
int boring;
int __attribute__((vector_size(8))) foo;
const int __attribute__((vector_size(8))) bar;
int this_is_printed;
} wibble __attribute__((__used__));