blob: 6a4453f775861743074e2185f64ca6093f6c74cf [file] [log] [blame]
package explicit
import (
"implicit"
)
func E() int {
return implicit.I()
}