Sign in
go
/
gofrontend
/
5e658f4659c551330ea68f5667e4f951b218f32d
/
.
/
libgo
/
misc
/
cgo
/
testshared
/
testdata
/
implicit
/
implicit.go
blob: 5360188c562386fb1fae175817838fb27a045f5f [
file
] [
log
] [
blame
]
package implicit
func I() int {
return 42
}