blob: 9f5b88860aae3d032f72599b07346df770950258 [file]
if(3 < 1) {
j.fail();
return 1;
}else {
return 4;
}