# Golden test output of SBENumericTest/Compile
-- INPUT EXPRESSION:
convert ( NumberDecimal(123), int64) 

-- COMPILED EXPRESSION:
[0x0000-0x000c] stackSize: 1, maxStackSize: 1
0x0000: pushConstVal(value: NumberDecimal(123));
0x000a: numConvert(tag: NumberInt64);


