binutils-gdb/gold/testsuite/ver_test_13.c

8 lines
83 B
C

__asm__ (".symver foo, foo@VER_0");
int foo(void);
int foo(void) {
return 0;
}