blob: d194b70e91993706d5fb8ddee8daf005d60dcc84 [file] [log] [blame]
// +build go1.8
package ssa_test
import "testing"
func TestValueForExprStructConv(t *testing.T) {
testValueForExpr(t, "testdata/structconv.go")
}