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