1// +build go1.8
2
3package ir
4
5import "go/types"
6
7var structTypesIdentical = types.IdenticalIgnoreTags
8