Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr12942a.cc
CommitLineData
af55061b
L
1#include <stdio.h>
2#include "pr12942a.h"
3
af55061b
L
4test_t b(void);
5
6int
7main(void)
8{
9 if (test != b ())
203f0950 10 __builtin_abort ();
af55061b
L
11
12 printf ("OK\n");
13 return 0;
14}
This page took 0.285626 seconds and 4 git commands to generate.