Initial commit: Go 1.23 release state
This commit is contained in:
11
test/fixedbugs/issue4326.dir/q2.go
Normal file
11
test/fixedbugs/issue4326.dir/q2.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "./q1"
|
||||
|
||||
func main() {
|
||||
x := 1
|
||||
y := q1.Deref(&x)
|
||||
if y != 1 {
|
||||
panic("y != 1")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user