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