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