blob: 397842bd09476e8548a4351dcc6a77cfff6ce4a7 [file] [log] [blame]
package main
import "lib"
func _() {
// This reference should be found by the ref-method query.
_ = (lib.Type).Method // ref from internal test package
_ = notexported
}