Files
why3/examples/stackify/stackify.mlcfg

9 lines
122 B
Plaintext
Raw Permalink Normal View History

2021-01-27 20:37:52 +01:00
module NestedLoops
use int.Int
let cfg nested_loops [@cfg:stackify] _x : () =
var _a : int;
{
return ()
}
end