summaryrefslogtreecommitdiff
path: root/test/ken/mfunc.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/mfunc.go')
-rw-r--r--test/ken/mfunc.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ken/mfunc.go b/test/ken/mfunc.go
index 5a4e79534..032f75679 100644
--- a/test/ken/mfunc.go
+++ b/test/ken/mfunc.go
@@ -4,7 +4,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-
package main
func simple(ia,ib,ic int) (oa,ob int);