index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
go.test
/
test
/
fixedbugs
/
issue4326.dir
/
p2.go
blob: 8e86266dd8d4adb2f8aec9218b26c7595cfcabec (
plain
)
1
2
3
4
5
package p2 import "./p1" func NewO() p1.O { return nil }