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