blob: 9245a7f2f5b5ec9641b464f5cd4570329f1423e0 [file] [log] [blame]
function test8Size() {
return 8 > 1;
}
assertEq(test8Size(), true);