2012-03-26 21:18:29 +02:00

11 lines
87 B
C

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