From 505c19580e0f43fe5224431459cacb7c21edd93d Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Fri, 6 Apr 2012 15:14:11 +0200 Subject: Imported Upstream version 1 --- test/ken/interbasic.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/ken/interbasic.go') diff --git a/test/ken/interbasic.go b/test/ken/interbasic.go index 9bb50886a..d8fbb95a3 100644 --- a/test/ken/interbasic.go +++ b/test/ken/interbasic.go @@ -1,9 +1,11 @@ -// $G $D/$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 interfaces on basic types. + package main type myint int -- cgit v1.2.3