Merge branch '878-span-file-resolution-logic-different-for-module-identifiers' into...
[why3.git] / examples / bts / 690_reserved_keywords.mlw
blobda108fdc546207d64d438106310e0972570de99e
1 use int.Int
3 constant update : bool
4 constant is : int
5 constant bag : int
7 goal g : if update then (is = 0 \/ is <> 0) else (bag = 1 \/ bag <> 1)