blob: c9060756b1a4870408831f687c16daee97837190 [file] [log] [blame]
package one
func Foo() (n int64, _ *int) {
return 42, nil
}