aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/parse1.C
blob: d81751289f0c8372fed03bfa68e689e6d1c7bf00 (plain)
1
2
3
4
5
6
// Test that we save declspecs before a class defn properly.
// Build don't link:

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