9 lines
98 B
C
Raw Normal View History

#include <stdio.h>
__attribute__ ((visibility ("hidden")))
void
foo ()
{
printf ("TEST1\n");
}