summaryrefslogtreecommitdiff
path: root/test/ken/array.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/array.go')
-rw-r--r--test/ken/array.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ken/array.go b/test/ken/array.go
index 40209f5da..12694fec6 100644
--- a/test/ken/array.go
+++ b/test/ken/array.go
@@ -68,6 +68,9 @@ func testpdpd() {
a = a[5:25]
res(sumpd(a), 5, 25)
+
+ a = a[30:95]
+ res(sumpd(a), 35, 100)
}
// call ptr fixed with ptr fixed