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