aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/fixedbugs/bug377.dir/one.go
blob: c9060756b1a4870408831f687c16daee97837190 (plain)
1
2
3
4
5
6
package one

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