@@ -113,7 +113,8 @@ struct Ast_Var_Unpack: Ast_Expr{
struct Ast_Unary: Ast_Expr{
Token_Kind op;
Ast_Expr *expr;
U64 padding[2]; // For folding constants into atoms
Ast_Type *resolved_type_val;
U64 padding[1]; // For folding constants into atoms
};
struct Ast_Index: Ast_Expr{
The note is not visible to the blocked user.