Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Wunused-12.C
blob51d234331532b620e6da011c7e8f37c96182563a
1 // PR c++/24302
2 // { dg-options "-Wunused" }
4 static union
6   unsigned char FLT4ARR[4]; 
7   float FLT4;
8 }; // { dg-warning "used" }