blob: 0bd46568d69a7ad8c88ed570b9f4a2a5619fae68 [file] [log] [blame]
package p
func _() {
// the scope of a local type declaration starts immediately after the type name
type T struct{ _ *T }
}