blob: e8026967be8a38d965f7dc9a267010f3862ef745 [file] [log] [blame]
Rebecca Stambler92778472021-01-05 23:05:35 -05001// Copyright 2017 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Russ Cox23633912021-02-19 17:25:34 -05005//go:build go1.8
Spencer Nelson2a5864f2017-03-22 14:59:57 -04006// +build go1.8
7
8package ssa
9
10import "go/types"
11
12var structTypesIdentical = types.IdenticalIgnoreTags