endhidden.c 98 B

12345678
  1. #include <stdio.h>
  2. __attribute__ ((visibility ("hidden")))
  3. void
  4. foo ()
  5. {
  6. printf ("TEST1\n");
  7. }