1 struct foo_s
2 {
3   int foo;
4 };
5 
6 extern void doprintf (void);
7