aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-size/size-3a.c
blob: c05e7f84be11764b50a43ee3fc7648534f77649e (plain)
1
2
3
char bar[10] __attribute__ ((visibility("hidden")));
extern char size_of_bar __asm__ ("bar@SIZE");
char *bar_size = &size_of_bar;