mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
10 lines
91 B
C
10 lines
91 B
C
#include <stdio.h>
|
|
|
|
void
|
|
foo (void)
|
|
{
|
|
printf ("MAIN\n");
|
|
}
|
|
|
|
asm (".symver foo,foo@FOO");
|