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