ld: Add -fno-lto to linker tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr26267b.c
CommitLineData
0e6a3f07
L
1#include <stdlib.h>
2
3extern int counter;
4
5void
6foo (void)
7{
8 counter++;
9}
10
11void
12bar (void)
13{
14 abort ();
15}
This page took 0.023517 seconds and 4 git commands to generate.