mirror of https://github.com/golang/go.git
parent
34cb7c299e
commit
e95481a938
|
|
@ -20,6 +20,7 @@ func Alloc(i int) int {
|
|||
|
||||
func main() {
|
||||
s := Alloc(7);
|
||||
if s != 5 { panic "bad" }
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue