test: commentary for [h-m]*.go

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5674112
diff --git a/test/int_lit.go b/test/int_lit.go
index a109fa9..78deaea 100644
--- a/test/int_lit.go
+++ b/test/int_lit.go
@@ -4,6 +4,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// Test integer literal syntax.
+
 package main
 
 import "os"