summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/ld/testsuite/ld-plugin/lto-7d.c
blob: 7fc1ff1d08d23f83e627a4935f5863d540736dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdlib.h>

extern int foo;
int foo2 = 2;

void
bar (void)
{
  if (foo != 30)
    abort ();
}