diff options
Diffstat (limited to 'test/empty.go')
-rw-r--r-- | test/empty.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/empty.go b/test/empty.go index fa10d6931..92a79a4e0 100644 --- a/test/empty.go +++ b/test/empty.go @@ -1,9 +1,12 @@ -// $G $D/$F.go +// 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. +// Test that top-level parenthesized declarations can be empty. +// Compiles but does not run. + package P import ( ) |