Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / gold / testsuite / ver_test_13.c
blob01f4ba7815f83d1838c9297bae6b2e1e4f9fe4f2
1 __asm__ (".symver foo, foo@VER_0");
3 int foo(void);
5 int foo(void) {
6 return 0;