1 __attribute__ ((section (".nocrossrefs")))
2 static void
foo()3 foo ()
4 {
5 }
6 
7 void (*dummy) () = foo;
8