summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/lto-4b.c
blob: bb4a68bb98616153aee38ac5f4ba9e677104f995 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

extern void bar (void);

void foo(void)
{
  bar ();
  printf ("hello foo\n");
}