preserve global resolved type properly

This commit is contained in:
2026-07-20 16:10:05 +02:00
parent 05aa7d084a
commit ad4802a270
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -10,6 +10,8 @@ State :: struct {
diagnostics std.ArrayList(ScanDiagnostic)
}
arrlist_test std.ArrayList(Token) = arraylist.init(mem.c_allocator)
hide fail_alloc func(_ ?@mut anyopaque, _ usize, _ usize) ?*mut u8 {
return none
}