Retro68/binutils/gold/testsuite/ver_test_13.c

8 lines
83 B
C
Raw Normal View History

2017-04-10 11:32:00 +00:00
__asm__ (".symver foo, foo@VER_0");
int foo(void);
int foo(void) {
return 0;
}