gotools/go/analysis/passes/usesgenerics/testdata/src/b/b.go

// want package:`features{typeSet}`

package b

type Constraint interface {
	~int | string
}