Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
parse1.C
blob: 8c46f7f0cb299110dc818df07d40163f90e04c5c [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Test that we save declspecs before a class defn properly.
static
volatile
union
{
void
f
()
{
}
}
u
;