1 #include <stdio.h>
2 
3 #include "foo.h"
4 void
5 foo(void)
6 {
7 	printf("foo\n");
8 }
9