summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/six.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/six.stp')
-rwxr-xr-xtestsuite/semok/six.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/semok/six.stp b/testsuite/semok/six.stp
new file mode 100755
index 00000000..53d69503
--- /dev/null
+++ b/testsuite/semok/six.stp
@@ -0,0 +1,7 @@
+#! parsetest
+
+probe foo
+{
+ thread->bar = 4;
+ process->baz = "5";
+}