Sign in
go
/
tools
/
master
/
.
/
go
/
analysis
/
passes
/
inline
/
testdata
/
src
/
a
/
internal
/
d.go
blob: 60d0c1ab7e83a4fda8385519d2d9efbfb546f572 [
file
] [
log
] [
blame
]
// According to the go toolchain's rule about internal packages,
// this package is visible to package a, but not package b.
package internal
const D = 1
type T int