package analyzer import "testing" func TestTypeSection (test *testing.T) { checkTree ("../tests/analyzer/typeSection", false, ` typeSection ` + resolvePath("../tests/analyzer/typeSection.basicInt") + ` type basic Int `, test) }