Initial commit: Go 1.23 release state
This commit is contained in:
10
test/fixedbugs/issue7995b.dir/x2.go
Normal file
10
test/fixedbugs/issue7995b.dir/x2.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "./x1"
|
||||
|
||||
func main() {
|
||||
s := x1.F(&x1.P)
|
||||
if s != "100 100\n" {
|
||||
println("BUG:", s)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user