Initial commit: Go 1.23 release state
This commit is contained in:
12
test/fixedbugs/issue7995b.dir/x1.go
Normal file
12
test/fixedbugs/issue7995b.dir/x1.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package x1
|
||||
|
||||
import "fmt"
|
||||
|
||||
var P int
|
||||
|
||||
//go:noinline
|
||||
func F(x *int) string {
|
||||
P = 50
|
||||
*x = 100
|
||||
return fmt.Sprintln(P, *x)
|
||||
}
|
||||
Reference in New Issue
Block a user