Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
go.go-torture/
execute/
nested-1.go
package main func main() { if func (i int) int { return i} (0) != 0 { panic(0) } }