tools/go/ssa/identical_test.go

10 lines
149 B
Go

//+build go1.8
package ssa_test
import "testing"
func TestValueForExprStructConv(t *testing.T) {
testValueForExpr(t, "testdata/structconv.go")
}