Home
last modified time | relevance | path

Searched refs:max5 (Results 1 – 1 of 1) sorted by relevance

/art/test/679-checker-minmax/src/
DMain.java454 public static int max5(short a, short b) { in max5() method in Main
763 expectEquals(20, max5((short) 10, (short) 20)); in main()