This website requires JavaScript.
Explore
Help
Register
Sign in
procyberian
/
gcc
Watch
2
Star
0
Fork
You've already forked gcc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
master
gcc
/
libgo
/
misc
/
cgo
/
testshared
/
testdata
/
exe3
/
exe3.go
8 lines
67 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
libgo: add misc/cgo files Copy all the misc/cgo files from the gc toolchain into libgo/misc. These will be used for testing purposes by later changes to the gotools directory. Reviewed-on: https://go-review.googlesource.com/46721 From-SVN: r249674
2017-06-27 04:21:40 +00:00
package
main
libgo: update to Go 1.13beta1 release Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
2019-09-06 18:12:46 +00:00
import
"testshared/dep3"
libgo: add misc/cgo files Copy all the misc/cgo files from the gc toolchain into libgo/misc. These will be used for testing purposes by later changes to the gotools directory. Reviewed-on: https://go-review.googlesource.com/46721 From-SVN: r249674
2017-06-27 04:21:40 +00:00
func
main
(
)
{
dep3
.
D3
(
)
}
Reference in a new issue
Copy permalink