Fixing array examples

This commit is contained in:
Krzosa Karol
2022-07-28 13:20:51 +02:00
parent 4a0234155c
commit 78a0f54319
5 changed files with 44 additions and 24 deletions

View File

@@ -77,8 +77,8 @@ struct Ast{
struct Ast_Type;
struct Ast_Expr:Ast{
Ast_Type *resolved_type;
union{
Ast_Type *resolved_type;
Ast_Type *index_original_type;
Ast_Type *cast_after_type;
};