blob: ec8f114abe255381466f285675743afa88065312 [file]
-- .Play --
package main
func foo(int)
func main() {
foo(42)
}