binutils-gdb/ld/testsuite/ld-elf/dwarf1main.c

11 lines
87 B
C

#include "dwarf1.h"
struct foo_s foo;
int
main (void)
{
doprintf ();
return 0;
}