1int strongsym = 123;
2extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
3extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;
4