1package explicit
2
3import (
4	"implicit"
5)
6
7func E() int {
8	return implicit.I()
9}
10