diff options
Diffstat (limited to 'test/const.go')
-rw-r--r-- | test/const.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/const.go b/test/const.go index a55e13a40..80fbfaf3e 100644 --- a/test/const.go +++ b/test/const.go @@ -1,9 +1,11 @@ -// $G $F.go && $L $F.$A && ./$A.out +// run // 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 simple boolean and numeric constants. + package main const ( |