blob: 51d234331532b620e6da011c7e8f37c96182563a [file] [log] [blame]
// PR c++/24302
// { dg-options "-Wunused" }
static union
{
unsigned char FLT4ARR[4];
float FLT4;
}; // { dg-warning "used" }