Add LTO tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr12942a.cc
1 #include <stdio.h>
2 #include "pr12942a.h"
3
4 extern "C" void abort ();
5
6 test_t b(void);
7
8 int
9 main(void)
10 {
11 if (test != b ())
12 abort ();
13
14 printf ("OK\n");
15 return 0;
16 }
This page took 0.053997 seconds and 4 git commands to generate.