Source file src/cmd/cgo/internal/testshared/testdata/implicit/implicit.go

     1  package implicit
     2  
     3  func I() int {
     4  	return 42
     5  }
     6  

View as plain text