hopefully final commmit before release 0.73
[why3.git] / tests / test-jcf.why
blob1a6f89cb77f820aad374469172fc9c1856c27d02
2 theory T
4   type t = None | Some int
6   goal G: forall x: t. x <> None ->
7           match x with None -> false | Some z -> z = 0 end
9 end
12 Local Variables:
13 compile-command: "make -C .. tests/test-jcf.gui"
14 End: