fix another type alias issue with mini cycle

This commit is contained in:
Laytan Laats
2025-05-26 19:48:28 +02:00
parent 229c734820
commit 478c923e2c
4 changed files with 32 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ set COMMON=-define:ODIN_TEST_FANCY=false -file -vet -strict-style
..\..\..\odin test ..\test_issue_4584.odin %COMMON% || exit /b
..\..\..\odin build ..\test_issue_5043.odin %COMMON% || exit /b
..\..\..\odin build ..\test_issue_5097.odin %COMMON% || exit /b
..\..\..\odin build ..\test_issue_5097-2.odin %COMMON% || exit /b
@echo off