summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-xtestsuite/parseko/four.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/four.stp b/testsuite/parseko/four.stp
new file mode 100755
index 00000000..ad77239b
--- /dev/null
+++ b/testsuite/parseko/four.stp
@@ -0,0 +1,5 @@
+#! semtest
+
+probe foo {
+ somethingawful->foo = 1;
+}