]> Cypherpunks repositories - gostls13.git/commitdiff
test of new empty productions
authorRuss Cox <rsc@golang.org>
Wed, 8 Oct 2008 22:33:18 +0000 (15:33 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 8 Oct 2008 22:33:18 +0000 (15:33 -0700)
R=gri
DELTA=8  (8 added, 0 deleted, 0 changed)
OCL=16765
CL=16767

test/empty.go [new file with mode: 0644]

diff --git a/test/empty.go b/test/empty.go
new file mode 100644 (file)
index 0000000..fa10d69
--- /dev/null
@@ -0,0 +1,12 @@
+// $G $D/$F.go
+
+// 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 P
+
+import ( )
+const ( )
+var ( )
+type ( )