Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19553c.c
1 #include <stdio.h>
2
3 void
4 foo (void)
5 {
6 printf ("pr19553c\n");
7 }
8
9 asm (".symver foo,foo@FOO");
This page took 0.032455 seconds and 4 git commands to generate.