origin.c revision 1.1
1#include "foo.h"
2
3int
4main(int argc, char *argv[])
5{
6	foo();
7	return 0;
8}
9