summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-elf/dwarf1.c
blob: 2895d4c8a770ba0a4f7d41bea4552637dc6b6987 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include "dwarf1.h"

struct foo_s foo;

void
doprintf (void)
{
  printf ("OK\n");
}