summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr26267b.c
blob: f1e32e25e3b4902a46b21c36f3ae5a9980adb7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdlib.h>

extern int counter;

void
foo (void)
{
  counter++;
}

void
bar (void)
{
  abort ();
}