summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/parse1.C
blob: 8c46f7f0cb299110dc818df07d40163f90e04c5c (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// Test that we save declspecs before a class defn properly.

static volatile union {
  void f() { }
} u;