Retro68/binutils/ld/testsuite/ld-size/size-3b.c

5 lines
117 B
C
Raw Normal View History

static char bar[10];
2022-10-27 18:45:45 +00:00
extern char size_of_bar __asm__ ("bar@SIZE");
char *bar_size = &size_of_bar;
char *bar_p = bar;