main() { int a; hippo(1, 'x'); printf("hello, world\n"); } hippo(a, b) int a; char b; { double d; a = b + d; }