x86-64: Add tests for -z separate-code -z max-page-size=0x1000
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-17b.c
1 extern void bar(void) __attribute__((__visibility__("hidden")));
2
3 void foo (void)
4 {
5 bar ();
6 }
This page took 0.032947 seconds and 4 git commands to generate.