summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/ten.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/ten.stp')
-rwxr-xr-xtestsuite/parseko/ten.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/ten.stp b/testsuite/parseko/ten.stp
new file mode 100755
index 00000000..a268db4e
--- /dev/null
+++ b/testsuite/parseko/ten.stp
@@ -0,0 +1,5 @@
+#! stap -p1
+
+probe foo {
+ %{ /* not a valid place for embedded code */ %}
+}