diff options
Diffstat (limited to 'testsuite/transok')
-rwxr-xr-x | testsuite/transok/three.stp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/transok/three.stp b/testsuite/transok/three.stp index 6e99b640..a7406db4 100755 --- a/testsuite/transok/three.stp +++ b/testsuite/transok/three.stp @@ -7,6 +7,7 @@ function f1 (a, b) { d = "hello"; # poo[c] = bab[d] = "hi" bab = "hi"; + poo [c+1] = c+2; bab = poo[c]; return 0 } |