Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
nnesse
/
minwin-gcc-5-2
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
minwin-gcc-5-2
/
gcc
/
testsuite
/
go.go-torture
/
execute
/
nested-1.go
nested-1.go
85 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
package main
func main() {
if func (i int) int { return i} (0) != 0 { panic(0) }
}