x86-64: Add tests for -z separate-code -z max-page-size=0x1000
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr22220main.cc
CommitLineData
1a3b5c34
AM
1#include <stdio.h>
2#include "pr22220.h"
3
4int main()
5{
6 if (boo() == goo())
7 {
8 printf ("PASS\n");
9 return 0;
10 }
11 return 1;
12}
This page took 0.039942 seconds and 4 git commands to generate.