Fix default parameters on record types

This commit is contained in:
gingerBill
2020-11-09 13:04:36 +00:00
parent 7909a9f5a5
commit 31f4590f4b
4 changed files with 144 additions and 47 deletions

View File

@@ -120,6 +120,7 @@ struct Entity {
union {
struct {
ExactValue value;
ParameterValue param_value;
} Constant;
struct {
Ast *init_expr; // only used for some variables within procedure bodies