Home | History | Annotate | Download | only in explicit
      1 package explicit
      2 
      3 import (
      4 	"implicit"
      5 )
      6 
      7 func E() int {
      8 	return implicit.I()
      9 }
     10