Files
why3/examples/stackify/stackify.mlcfg
Xavier Denis 1985144eab Stackify
2022-01-14 10:35:59 +01:00

9 lines
122 B
Plaintext

module NestedLoops
use int.Int
let cfg nested_loops [@cfg:stackify] _x : () =
var _a : int;
{
return ()
}
end