diff options
Diffstat (limited to 'test/ken/interbasic.go')
-rw-r--r-- | test/ken/interbasic.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ken/interbasic.go b/test/ken/interbasic.go index 113fe3c9be..d8fbb95a31 100644 --- a/test/ken/interbasic.go +++ b/test/ken/interbasic.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 interfaces on basic types. + package main type myint int |