Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-3a.c
1 char bar[10] __attribute__ ((visibility("hidden")));
2 extern char size_of_bar asm ("bar@SIZE");
3 char *bar_size = &size_of_bar;
This page took 0.035925 seconds and 4 git commands to generate.