URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [go.go-torture/] [execute/] [nested-1.go] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
package main
func main() {
if func (i int) int { return i} (0) != 0 { panic(0) }
}
Go to most recent revision | Compare with Previous | Blame | View Log