summaryrefslogtreecommitdiff
path: root/Test/havoc0/MouseClassUnload.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/havoc0/MouseClassUnload.bpl')
-rw-r--r--Test/havoc0/MouseClassUnload.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/havoc0/MouseClassUnload.bpl b/Test/havoc0/MouseClassUnload.bpl
index 87e31029..047a6c54 100644
--- a/Test/havoc0/MouseClassUnload.bpl
+++ b/Test/havoc0/MouseClassUnload.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);