// Build don't link: // Based on a test case by Koos Vriezen struct foo { static void (*mystatic) (); }; void bar(foo& t) { t.mystatic (); }