Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-elfweak / alias.c
blob93de464fb9d5f82443d85bd3f00ada83f1a3b648
1 int strongsym = 123;
2 extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
3 extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;