/
opt
/
golang
/
1.19.4
/
test
/
fixedbugs
/
issue4326.dir
/
up file
home
package main import "./q1" func main() { x := 1 y := q1.Deref(&x) if y != 1 { panic("y != 1") } }