Retro68/binutils/ld/testsuite/ld-elf/dwarf1.c

11 lines
103 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
#include <stdio.h>
#include "dwarf1.h"
struct foo_s foo;
void
doprintf (void)
{
printf ("OK\n");
}