package ast

type Ref struct {
	Pkg  string
	Name string
}
