blob: 5c81c44815a1008b758cfcb75a7a4f1ef0cff6e1 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
union U {
typedef int I;
struct S {
void f();
};
};
void U::S::f() {
I i;
}