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