Test ## Foo Hello ```go= import ( "foo" ) func foo(a int) { x := foo(a - 1) return x } ```