summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/six.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/six.stp')
-rwxr-xr-xtestsuite/parseok/six.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseok/six.stp b/testsuite/parseok/six.stp
new file mode 100755
index 00000000..6fb9b764
--- /dev/null
+++ b/testsuite/parseok/six.stp
@@ -0,0 +1,8 @@
+#! parsetest
+
+probe one
+{
+ a = 1+01+0x1-1-01-0x1;
+ b = 2147483647;
+ c = -2147483647-1;
+}