Compiler: Fix empty return compound codegen
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user