mirror of https://github.com/golang/go.git
parent
f83f245c8c
commit
f1820b50ff
|
|
@ -32,6 +32,6 @@ func main() {
|
|||
m, h, s := f3();
|
||||
}
|
||||
if x() != "3" {
|
||||
println("g() failed");
|
||||
println("x() failed");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue