DEBSOURCES
Skip Quicknav
sources / why3 / 1.8.2-3 / examples / stackify / stackify.mlcfg
12345678
module NestedLoops use int.Int let cfg nested_loops [@cfg:stackify] _x : () = var _a : int; { return () } end