ld: Add tests for -z separate-code and -z noseparate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22393-2b.c
1 void test(void);
2
3 int main()
4 {
5 test();
6 return 0;
7 }
This page took 0.030502 seconds and 4 git commands to generate.