cross4.c 91 B

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