diff options
| author | gingerBill <bill@gingerbill.org> | 2024-04-26 13:12:23 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-04-26 13:12:23 +0100 |
| commit | 7305478261700fc95f6748ba3091978a3fe7b1f3 (patch) | |
| tree | 00642aaf16839dddf1bd7e0e5e675dcac19763b7 /src/checker.cpp | |
| parent | 94e0707456bd2dc697cff055810e36d68e0f5a47 (diff) | |
Minor changes
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index b7fe2b903..116f275bc 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -4486,6 +4486,8 @@ gb_internal void check_all_global_entities(Checker *c) { (void)type_align_of(e->type); } } + + gb_printf_err("Global Entity Count: %td\n", c->info.entities.count); } |