/
opt
/
golang
/
1.19.4
/
test
/
fixedbugs
/
issue4326.dir
/
up file
home
package q1 func Deref(typ interface{}) interface{} { if typ, ok := typ.(*int); ok { return *typ } return typ }