PowerPC TPREL16_HA/LO reloc optimization
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7d.c
CommitLineData
af55061b
L
1#include <stdlib.h>
2
3extern int foo;
4int foo2 = 2;
5
6void
7bar (void)
8{
9 if (foo != 30)
10 abort ();
11}
This page took 0.29035 seconds and 4 git commands to generate.