mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
|
|
module NestedLoops
|
||
|
|
use int.Int
|
||
|
|
let cfg nested_loops [@cfg:stackify] _x : () =
|
||
|
|
var _a : int;
|
||
|
|
{
|
||
|
|
return ()
|
||
|
|
}
|
||
|
|
end
|