mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-22 08:54:50 +03:00
4074e79748
If the type is a reference to a global declaration that has not yet been translated we need to use the global scope for translation so that other functions can also reference it.