1
0
mirror of https://github.com/golang/go synced 2024-11-12 07:40:23 -07:00

duplicate of bug190

R=gri
DELTA=16  (0 added, 16 deleted, 0 changed)
OCL=35892
CL=35895
This commit is contained in:
Russ Cox 2009-10-19 18:46:46 -07:00
parent e76cce1a6d
commit 4db52d4ff8

View File

@ -1,16 +0,0 @@
// $G $D/$F.go || echo BUG: should compile
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
type T struct {
children []T;
}
/*
uetli:/home/gri/go/test/bugs gri$ 6g bug210.go
bug210.go:10: invalid recursive type []T
*/