summaryrefslogtreecommitdiff
path: root/Test/test15/NullInModel.bpl
diff options
context:
space:
mode:
authorGravatar mikebarnett <unknown>2009-07-15 21:03:41 +0000
committerGravatar mikebarnett <unknown>2009-07-15 21:03:41 +0000
commitce1c2de044c91624370411e23acab13b0381949b (patch)
tree592539996fe08050ead5ee210c973801611dde40 /Test/test15/NullInModel.bpl
Initial set of files.
Diffstat (limited to 'Test/test15/NullInModel.bpl')
-rw-r--r--Test/test15/NullInModel.bpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/test15/NullInModel.bpl b/Test/test15/NullInModel.bpl
new file mode 100644
index 00000000..67c34e3d
--- /dev/null
+++ b/Test/test15/NullInModel.bpl
@@ -0,0 +1,5 @@
+procedure M (s: ref) {
+ assert s != null;
+}
+type ref;
+const null: ref;