Merge branch '878-span-file-resolution-logic-different-for-module-identifiers' into...
[why3.git] / examples / bts / execute.mlw
blobb815a9ba9582e6635cbcfa91feefb906209224f9
1 module Test
3     use ref.Ref
5     let foo () =
6         let (_a1, _a2) = (ref 0, ref 0) in
7         ()
9 (*
11 why3 execute execute.mlw Test.foo
15 end