t.throws(()=>common.getEffectedVariableName(inlineAssembly),'staticAnalysisCommon.js: not an effect Node or inline assembly','get from inline assembly should throw')
t.ok(common.getEffectedVariableName(assignment)==='c','get right name for assignment')
t.throws(()=>common.getEffectedVariableName({name:'MemberAccess'}),undefined,'should throw on all other nodes')
t.throws(()=>common.getEffectedVariableName(inlineAssembly),'staticAnalysisCommon.js: not an effect Node or inline assembly','get from inline assembly should throw')
t.ok(common.getEffectedVariableName(assignment)==='c','get right name for assignment')
t.throws(()=>common.getEffectedVariableName({name:'MemberAccess'}),undefined,'should throw on all other nodes')