github.com/jd-ly/tools@v0.5.7/go/ssa/identical_test.go (about)

     1  // +build go1.8
     2  
     3  package ssa_test
     4  
     5  import "testing"
     6  
     7  func TestValueForExprStructConv(t *testing.T) {
     8  	testValueForExpr(t, "testdata/structconv.go")
     9  }