Sign in
go
/
tools
/
f68e2b6f23fce7189ab5957dc378c5a068c1325f
/
.
/
go
/
ssa
/
identical_test.go
blob: d194b70e91993706d5fb8ddee8daf005d60dcc84 [
file
] [
log
] [
blame
]
// +build go1.8
package ssa_test
import "testing"
func TestValueForExprStructConv(t *testing.T) {
testValueForExpr(t, "testdata/structconv.go")
}