8sa1-gcc/gcc/testsuite/g++.old-deja/g++.mike/misc5.C
Jason Merrill 35ea5ad303 up
From-SVN: r23693
1998-11-17 21:25:18 -05:00

12 lines
275 B
C

// Build don't link:
// GROUPS uncaught
// Cfront bug A.3 (See Language System Release Notes for the
// SPARCompiler C++ version 3.0)
struct S1 {
static int S1; // ERROR - uses same name 9.3
};
struct S2 {
union { int ii; float S2; }; // ERROR - uses same name 9.3
};