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