]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/elf/X86_64/Inputs/multi-ovrd.c
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / elf / X86_64 / Inputs / multi-ovrd.c
1 #include <stdio.h>
2 void f(void)
3 {
4         printf("overridden f!\n");
5 }
6
7 void g(void)
8 {
9         printf("overridden g!\n");
10 }