# Golden test output of SBELambdaTest/TraverseF_OpEqFirstArrayItem
-- INPUT EXPRESSION:
traverseF(s1, lambda(l10.0 l10.1) { ((l10.1 == 0ll) && (l10.0 == 3)) }, Nothing) 

-- COMPILED EXPRESSION:
[0x0000-0x0056] stackSize: 1, maxStackSize: 1
0x0000: jmp(target: 0x0046);
0x0005: allocStack(size:1);
0x000a: pushConstVal(value: 0ll);
0x0014: eq(popLhs: 0, moveFromLhs: 0, offsetLhs: 0, popRhs: 1, moveFromRhs: 1, offsetRhs: 0);
0x001b: jmpNothing(target: 0x0045);
0x0020: jmpFalse(target: 0x003b);
0x0025: pushConstVal(value: 3);
0x002f: eq(popLhs: 0, moveFromLhs: 0, offsetLhs: 1, popRhs: 1, moveFromRhs: 1, offsetRhs: 0);
0x0036: jmp(target: 0x0045);
0x003b: pushConstVal(value: false);
0x0045: ret();
0x0046: pushAccessVal(accessor: <accessor>);
0x004f: traverseFImm(providePosition: True, k: False, target: 0x0005);


-- EXECUTE VARIATION:
SLOTS: [1: [1, 2, 3, 4]]
RESULT: false

