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