Files
why3/bench/java/expected/MaxIntegerTest.java
2024-10-02 11:28:58 +02:00

11 lines
179 B
Java

/* This file has been extracted from module MaxIntegerTest. */
public class MaxIntegerTest {
public static int getMaxInteger() {
return Integer.MAX_VALUE;
}
}