# Golden test output of SBECodeFragmentTest/LabelJumpNothing
==== VARIATION basic sanity check
-- CODE:
[0x0000-0x0043] stackSize: 1, maxStackSize: 2
0x0000: pushConstVal(value: 10);
0x000a: pushConstVal(value: true);
0x0014: jmpNothing(target: 0x0042);
0x0019: pop();
0x001a: pushConstVal(value: Nothing);
0x0024: jmpNothing(target: 0x002f);
0x0029: pop();
0x002a: jmp(target: 0x0043);
0x002f: pop();
0x0030: pushConstVal(value: 20);
0x003a: sub(popLhs: 1, moveFromLhs: 1, offsetLhs: 0, popRhs: 1, moveFromRhs: 1, offsetRhs: 0);
0x003d: jmp(target: 0x0043);
0x0042: pop();

-- RESULT:
-10

