summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/zero.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/zero.stp')
-rwxr-xr-xtestsuite/semko/zero.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/semko/zero.stp b/testsuite/semko/zero.stp
new file mode 100755
index 00000000..bb116be7
--- /dev/null
+++ b/testsuite/semko/zero.stp
@@ -0,0 +1,6 @@
+#! stap -p2
+
+probe begin {
+ print (1 = a)
+ print (a+1 = 4)
+}