blob: 8b5ba499406e7ae942b97fe468738b6d1f66dc1a [file] [log] [blame]
// Build don't link:
struct A {
void f ();
};
typedef A foo;
void foo::f() { }