index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
go.go-torture
/
execute
/
nested-1.go
blob: cbd96f23a4fc2a6e393604eda677c970ba6e10bd (
plain
)
1
2
3
4
package
main
func
main
()
{
if
func
(
i
int
)
int
{
return
i
}
(
0
)
!=
0
{
panic
(
0
)
}
}