blob: 93de464fb9d5f82443d85bd3f00ada83f1a3b648 [file] [log] [blame]
int strongsym = 123;
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;