summaryrefslogtreecommitdiff
path: root/src/cmd/gotype/testdata/test1.go
blob: 0bd46568d69a7ad8c88ed570b9f4a2a5619fae68 (plain)
1
2
3
4
5
6
package p

func _() {
	// the scope of a local type declaration starts immediately after the type name
	type T struct{ _ *T }
}