V8/usr/src/cmd/f77/hello.c

main()
{
	int a;

	hippo(1, 'x');
	printf("hello, world\n");
}

hippo(a, b)
int a;
char b;
{
	double d;

	a = b + d;
}