AstConstantDef: {
    attributes: readonly ConstantAttribute[];
    id: number;
    initializer: AstExpression;
    kind: "constant_def";
    loc: SrcInfo;
    name: AstId;
    type: AstType;
}