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