summaryrefslogtreecommitdiff
path: root/test/ken/simparray.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/simparray.go')
-rw-r--r--test/ken/simparray.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ken/simparray.go b/test/ken/simparray.go
index 553bc4d68..0e81a341b 100644
--- a/test/ken/simparray.go
+++ b/test/ken/simparray.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 simple operations on arrays.
+
package main
var b[10] float32;