OSDN Git Service

* class.c (resolve_address_of_overloaded_function): Don't
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / parse1.C
1 // { dg-do assemble  }
2 // Test that we save declspecs before a class defn properly.
3
4 static volatile union {
5   void f() { }
6 } u;