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

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