1 // { dg-do assemble  }
2 // Test that we save declspecs before a class defn properly.
3 
4 static volatile union {
f()5   void f() { }
6 } u;
7