mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
module MaxIntegerTest
|
|
use mach.java.lang.Integer
|
|
|
|
let get_max_integer () : integer =
|
|
max_integer
|
|
end |