index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
go.test
/
test
/
fixedbugs
/
bug467.dir
/
p3.go
blob: c795646472fc0a460cb535868f3fa690d80ba8ec (
plain
)
1
2
3
4
5
6
7
package
main
import
"./p2"
func
main
() {
_
=
p2
.
SockUnix
()
}