1  struct blah
       2  {
       3    int boring;
       4    int __attribute__((vector_size(8))) foo;
       5    const int __attribute__((vector_size(8))) bar;
       6    int this_is_printed;
       7  } wibble __attribute__((__used__));
       1  struct blah
       2  {
       3    int boring;
       4    int __attribute__((vector_size(8))) foo;
       5    const int __attribute__((vector_size(8))) bar;
       6    int this_is_printed;
       7  } wibble __attribute__((__used__));