-- .Play --
package main

func foo(int)

func main() {
	foo(42)
}
