1 // PR c++/24302
2 // { dg-options "-Wunused" }
3 
4 static union
5 {
6   unsigned char FLT4ARR[4];
7   float FLT4;
8 }; // { dg-warning "used" }
9