mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
11 lines
179 B
Java
11 lines
179 B
Java
|
|
/* This file has been extracted from module MaxIntegerTest. */
|
||
|
|
public class MaxIntegerTest {
|
||
|
|
|
||
|
|
public static int getMaxInteger() {
|
||
|
|
|
||
|
|
return Integer.MAX_VALUE;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|