blob: a0761b24818b318b3315c4c0ee5e872d08e2d23d [file] [log] [blame]
// 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
};