From: Russ Cox Date: Wed, 8 Oct 2008 22:33:18 +0000 (-0700) Subject: test of new empty productions X-Git-Tag: weekly.2009-11-06~3019 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7e241107f14fc2032a04d2523a598c6e44cdbc3d;p=gostls13.git test of new empty productions R=gri DELTA=8 (8 added, 0 deleted, 0 changed) OCL=16765 CL=16767 --- 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 ( )