x86-64: Add tests for -z separate-code -z max-page-size=0x1000
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-14b.c
CommitLineData
af55061b
L
1extern int bar(void);
2extern int i;
3
4void foo(void)
5{
6 i = bar();
7}
This page took 0.230258 seconds and 4 git commands to generate.