AstOpUnary: {
    id: number;
    kind: "op_unary";
    loc: SrcInfo;
    op: UnaryOperation;
    operand: AstExpression;
}