summaryrefslogtreecommitdiff
path: root/Test/havoc0/MouseClassFindMorePorts.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/havoc0/MouseClassFindMorePorts.bpl')
-rw-r--r--Test/havoc0/MouseClassFindMorePorts.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/havoc0/MouseClassFindMorePorts.bpl b/Test/havoc0/MouseClassFindMorePorts.bpl
index 627d8502..56b24b26 100644
--- a/Test/havoc0/MouseClassFindMorePorts.bpl
+++ b/Test/havoc0/MouseClassFindMorePorts.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -monomorphize %s > %t
+// RUN: %diff success.expect %t
type byte, name;
function OneByteToInt(byte) returns (int);
function TwoBytesToInt(byte, byte) returns (int);