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