3 lines
151 B
C
3 lines
151 B
C
int strongsym = 123;
|
|
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
|
|
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;
|