Merge branch '878-span-file-resolution-logic-different-for-module-identifiers' into...
[why3.git] / examples / bts / 114_infix.mlw
blobb55f8a40bc5301e899ae86be3183be2b4df53801
1 module Test
3   use int.Int
4   use seq.Seq
6   goal f: create 32 (fun x -> x) == empty -> false
8 end