summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/five.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/five.stp')
-rwxr-xr-xtestsuite/semok/five.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/semok/five.stp b/testsuite/semok/five.stp
new file mode 100755
index 00000000..c8b59e73
--- /dev/null
+++ b/testsuite/semok/five.stp
@@ -0,0 +1,7 @@
+#! parsetest
+
+probe foo
+{
+ array[1] = array[2] = 3;
+ statvar << value << 4;
+}