Beispiel #1
0
func main() {
	defer dep.ImplementedInAsm()
	runtime.GC()
	dep.V = dep.F() + 1
}
Beispiel #2
0
func G() int {
	return dep.F() + 1
}
Beispiel #3
0
Datei: exe.go Projekt: Ericean/go
func main() {
	dep.V = dep.F() + 1
}