mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 09:09:01 -04:00
9 lines
101 B
C
9 lines
101 B
C
#include <stdio.h>
|
|
|
|
__attribute__ ((visibility ("protected")))
|
|
void
|
|
foo ()
|
|
{
|
|
printf ("TEST1\n");
|
|
}
|