summaryrefslogtreecommitdiff
path: root/test/empty.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-10-08 15:33:18 -0700
committerRuss Cox <rsc@golang.org>2008-10-08 15:33:18 -0700
commit7e241107f14fc2032a04d2523a598c6e44cdbc3d (patch)
tree0006ff166487eaa3a9bcb41824db0aded8c726a5 /test/empty.go
parent5f1202428bea747e8031f7bc092857c928aa86f5 (diff)
downloadgo-git-7e241107f14fc2032a04d2523a598c6e44cdbc3d.tar.gz
test of new empty productions
R=gri DELTA=8 (8 added, 0 deleted, 0 changed) OCL=16765 CL=16767
Diffstat (limited to 'test/empty.go')
-rw-r--r--test/empty.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/empty.go b/test/empty.go
new file mode 100644
index 0000000000..fa10d6931d
--- /dev/null
+++ b/test/empty.go
@@ -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 ( )