ld: Add -fno-lto to linker tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr22220main.cc
1 #include <stdio.h>
2 #include "pr22220.h"
3
4 int main()
5 {
6 if (boo() == goo())
7 {
8 printf ("PASS\n");
9 return 0;
10 }
11 return 1;
12 }
This page took 0.029643 seconds and 4 git commands to generate.