Sign in
go
/
tools
/
0af0626a789d1069d469a8463ad1ce9207ec33f3
/
.
/
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")
}