Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-3b.c
CommitLineData
8fd4256d 1static char bar[10];
07e7fdfd 2extern char size_of_bar __asm__ ("bar@SIZE");
8fd4256d
L
3char *bar_size = &size_of_bar;
4char *bar_p = bar;
This page took 0.345031 seconds and 4 git commands to generate.