]> Cypherpunks.ru repositories - gostls13.git/blob - misc/cgo/testshared/testdata/implicit/implicit.go
runtime: remove crash_cgo_test CgoRaceSignal timeout
[gostls13.git] / misc / cgo / testshared / testdata / implicit / implicit.go
1 package implicit
2
3 func I() int {
4         return 42
5 }