ld: Add -fno-lto to linker tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr20267a.c
CommitLineData
7dc3990e
L
1#include <stdio.h>
2
3int global_var;
4extern void abort ();
5
6int main(void)
7{
8 if (global_var != 20)
9 abort ();
10 printf ("PASS\n");
11 return 0;
12}
This page took 0.210133 seconds and 4 git commands to generate.