From 83976e3ac8a4b6da1782ca850ba9806b63b65c38 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sun, 19 Feb 2012 14:28:53 +1100 Subject: test: explanatory comments [c-g]* R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5656103 --- test/func2.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/func2.go') diff --git a/test/func2.go b/test/func2.go index 87e78194ef..b5966a91f6 100644 --- a/test/func2.go +++ b/test/func2.go @@ -1,9 +1,12 @@ -// $G $F.go || echo BUG: should compile +// 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 function signatures. +// Compiled but not run. + package main type t1 int -- cgit v1.2.1