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

@@ -250,6 +250,7 @@ struct Entity {
bool is_export : 1;
bool generated_from_polymorphic : 1;
bool target_feature_disabled : 1;
bool entry_point_only : 1;
String target_feature;
} Procedure;
struct {