# Golden test output of SBEPrimUnaryTest/LogicNotBool
-- INPUT EXPRESSION:
!(s1) 

-- COMPILED EXPRESSION:
[0x0000-0x000b] stackSize: 1, maxStackSize: 1
0x0000: pushAccessVal(accessor: <accessor>);
0x0009: logicNot(popParam: 1, offsetParam: 0);


-- EXECUTE VARIATION:
SLOTS: [1: Nothing]
RESULT: Nothing

-- EXECUTE VARIATION:
SLOTS: [1: false]
RESULT: true

-- EXECUTE VARIATION:
SLOTS: [1: true]
RESULT: false

