1 /* Check for incorrectly aligned byte args. */
5 protected final String
getClearToolCommand(Object a
, Object b
,
7 int e
, int f
, boolean x
)
9 return x ?
"hi" : "byte";
13 public static void main(String
[] args
)
15 System
.out
.println(new err14().getClearToolCommand(null, null,
16 null, null, 0, 0, false));
17 System
.out
.println(new err14().getClearToolCommand(null, null,
18 null, null, 0, 0, true));