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