summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/printd02.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/printd02.stp')
-rw-r--r--testsuite/parseko/printd02.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseko/printd02.stp b/testsuite/parseko/printd02.stp
new file mode 100644
index 00000000..afc7da99
--- /dev/null
+++ b/testsuite/parseko/printd02.stp
@@ -0,0 +1,6 @@
+#! stap -p1
+
+probe begin {
+ // missing the delimiter
+ printdln(1, 2, 3, 4, 5)
+}