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