From 7e241107f14fc2032a04d2523a598c6e44cdbc3d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 8 Oct 2008 15:33:18 -0700 Subject: [PATCH] test of new empty productions R=gri DELTA=8 (8 added, 0 deleted, 0 changed) OCL=16765 CL=16767 --- test/empty.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/empty.go 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 ( )