Home
last modified time | relevance | path

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

/art/test/679-checker-minmax/src/
DMain.java469 public static int max6(byte a, byte b) { in max6() method in Main
764 expectEquals(20, max6((byte) 10, (byte) 20)); in main()