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