(root)/
gcc-13.2.0/
libgo/
misc/
cgo/
testshared/
testdata/
implicit/
implicit.go
package implicit

func I() int {
	return 42
}