summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/hello.c
blob: 82d070e3157a522c150e3dcbce3f2cc8734ead04 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int
main (void)
{
  printf ("hello\n");
  return 0;
}