Add @(entry_point_only) for procedures

This commit is contained in:
gingerBill
2024-01-05 13:38:30 +00:00
parent 70c5153471
commit 2820bbc269
5 changed files with 14 additions and 0 deletions

View File

@@ -908,6 +908,7 @@ gb_internal void check_proc_decl(CheckerContext *ctx, Entity *e, DeclInfo *d) {
break;
}
e->Procedure.entry_point_only = ac.entry_point_only;
e->Procedure.is_export = ac.is_export;
e->deprecated_message = ac.deprecated_message;
e->warning_message = ac.warning_message;