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

-- COMPILED EXPRESSION:
[0x0000-0x002b] stackSize: 1, maxStackSize: 1
0x0000: jmp(target: 0x001c);
0x0005: allocStack(size:1);
0x000a: pushConstVal(value: 3);
0x0014: eq(popLhs: 0, offsetLhs: 0, popRhs: 1, offsetRhs: 0);
0x001b: ret();
0x001c: pushAccessVal(accessor: <accessor>);
0x0025: traverseFImm(k: False, target: 0x0005);


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

