Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-size / size-9b.c
bloba2a5a0d97a07a82e24ef2abdef35d2f5256eef27
1 char bar[10];
2 extern char size_of_bar __asm__ ("bar@SIZE");
3 char *bar_size = &size_of_bar;