repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* lto.c (do_stream_out): Add PART parameter; open dump file.
[official-gcc.git]
/
gcc
/
testsuite
/
go.go-torture
/
execute
/
nested-1.go
blob
cbd96f23a4fc2a6e393604eda677c970ba6e10bd
1
package
main
2
func
main
() {
3
if func
(
i
int
)
int
{
return
i
} (
0
) !=
0
{
panic
(
0
) }
4
}