summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/two.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/two.stp')
-rwxr-xr-xtestsuite/parseko/two.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/two.stp b/testsuite/parseko/two.stp
new file mode 100755
index 00000000..64a24afe
--- /dev/null
+++ b/testsuite/parseko/two.stp
@@ -0,0 +1,4 @@
+#! stap
+probe foo {
+ a +
+}