PR26806, Suspected linker bug with LTO
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr26262b.c
CommitLineData
0e6a3f07
L
1#include <stdlib.h>
2
3extern int counter;
4
5void
6foo (void)
7{
8 counter++;
9}
10
11__attribute__((weak))
12void
13bar (void)
14{
15 abort ();
16}
This page took 0.036966 seconds and 4 git commands to generate.