summaryrefslogtreecommitdiff
path: root/Test/aitest1/Linear0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/aitest1/Linear0.bpl')
-rw-r--r--Test/aitest1/Linear0.bpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/aitest1/Linear0.bpl b/Test/aitest1/Linear0.bpl
new file mode 100644
index 00000000..7a11c803
--- /dev/null
+++ b/Test/aitest1/Linear0.bpl
@@ -0,0 +1,10 @@
+// Simple test file for checking the inference of linear constraints.
+
+var x: int;
+var y: int;
+
+procedure p()
+{
+ start:
+ return;
+}