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