summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-xtestsuite/parseko/five.stp16
-rwxr-xr-xtestsuite/parseko/six.stp8
2 files changed, 24 insertions, 0 deletions
diff --git a/testsuite/parseko/five.stp b/testsuite/parseko/five.stp
new file mode 100755
index 00000000..1673a1e6
--- /dev/null
+++ b/testsuite/parseko/five.stp
@@ -0,0 +1,16 @@
+#! semtest
+
+probe foo( {
+}
+
+probe bar() {
+}
+
+probe baz.(1) {
+}
+
+probe faz(2), {
+}
+
+probe kaz,goo. {
+}
diff --git a/testsuite/parseko/six.stp b/testsuite/parseko/six.stp
new file mode 100755
index 00000000..2e8c8dbe
--- /dev/null
+++ b/testsuite/parseko/six.stp
@@ -0,0 +1,8 @@
+#! semtest
+
+probe foo {
+ a = -9999999999999999999999999;
+ b = 0xzoopoo;
+ c = 00011122233344455566677788;
+ d = 07777777777777777777777777;
+}