]> Cypherpunks.ru repositories - gostls13.git/blob - misc/cgo/testshared/testdata/exe3/exe3.go
runtime: remove crash_cgo_test CgoRaceSignal timeout
[gostls13.git] / misc / cgo / testshared / testdata / exe3 / exe3.go
1 package main
2
3 import "testshared/dep3"
4
5 func main() {
6         dep3.D3()
7 }