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