// { dg-do assemble } // Based on a test case by Koos Vriezen struct foo { static void (*mystatic) (); }; void bar(foo& t) { t.mystatic (); }