Initial commit: Go 1.23 release state
This commit is contained in:
10
test/fixedbugs/bug377.dir/one.go
Normal file
10
test/fixedbugs/bug377.dir/one.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2011 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file
|
||||
|
||||
package one
|
||||
|
||||
func Foo() (n int64, _ *int) {
|
||||
return 42, nil
|
||||
}
|
||||
|
||||
8
test/fixedbugs/bug377.dir/two.go
Normal file
8
test/fixedbugs/bug377.dir/two.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2011 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file
|
||||
|
||||
package two
|
||||
|
||||
import _ "./one"
|
||||
|
||||
Reference in New Issue
Block a user