1 #include "dwarf1.h" 2 3 struct foo_s foo; 4 5 int 6 main (void) 7 { 8 doprintf (); 9 return 0; 10 } 11