summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-size/size-1b.c
blob: 723c60a84c7ad40e45e6b47993f29441a11f65c5 (plain)
1
2
3
extern char bar[];
extern char size_of_bar asm ("bar@SIZE");
char *bar_size = &size_of_bar;