Compiler: Fix empty return compound codegen

This commit is contained in:
Krzosa Karol
2023-04-21 09:06:48 +02:00
parent 3207a390c8
commit 1e12f51451
5 changed files with 16 additions and 7 deletions

View File

@@ -595,6 +595,7 @@ struct Ast_Scope : Ast {
uint32_t scope_id;
Ast_Scope *file; // Self referential for file and module
Ast_Module *module;
Ast_Decl *parent_decl; // @language_todo: add parent decl
};
enum Ast_Module_State {