1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:18:32 -06:00
go/test/fixedbugs/bug377.dir/one.go

7 lines
63 B
Go

package one
func Foo() (n int64, _ *int) {
return 42, nil
}