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