diff options
-rwxr-xr-x | testsuite/parseok/three.stp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/parseok/three.stp b/testsuite/parseok/three.stp index 1b31f6d8..a1992b5e 100755 --- a/testsuite/parseok/three.stp +++ b/testsuite/parseok/three.stp @@ -3,5 +3,6 @@ probe syscall ("foo") { $a = a$a = a$a$ = 0; + string = "a" . $a . "b"; } |