1 #include <stdio.h> 2 #include "dwarf1.h" 3 4 struct foo_s foo; 5 6 void 7 doprintf (void) 8 { 9 printf ("OK\n"); 10 } 11