Add size-1 and size-2 tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-3b.c
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;
This page took 0.034321 seconds and 4 git commands to generate.