DEBSOURCES
Skip Quicknav
sources / why3 / 1.8.2-1 / examples / bts / execute.mlw
123456789101112131415
module Test use ref.Ref let foo () = let (_a1, _a2) = (ref 0, ref 0) in () (* why3 execute execute.mlw Test.foo *) end