This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go
mirror of
https://github.com/golang/go.git
Watch
1
Star
0
Fork
You've already forked go
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4360fd8d6f
go
/
test
/
fixedbugs
/
issue4326.dir
/
q2.go
12 lines
136 B
Go
Raw
Blame
History
package
main
import
"./q1"
func
main
(
)
{
x
:=
1
y
:=
q1
.
Deref
(
&
x
)
if
y
!=
1
{
panic
(
"y != 1"
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink