Add tests for non-object IR file
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr12942a.h
CommitLineData
af55061b
L
1extern void link_error ();
2
3inline int test (void)
4{
5 int exp = -1;
6 if ((exp < 2 ? 2U : (unsigned int) exp) != 2)
7 link_error ();
8
9 return 0;
10}
11
12typedef int (*test_t) (void);
This page took 0.103806 seconds and 4 git commands to generate.