Add regression tests reproducing the issue

This commit is contained in:
Sebastian Pahnke
2024-12-28 10:29:43 +01:00
parent ad99d20d29
commit 8a91e0bb19
3 changed files with 58 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ set COMMON=-define:ODIN_TEST_FANCY=false -file -vet -strict-style
..\..\..\odin test ..\test_issue_2637.odin %COMMON% || exit /b
..\..\..\odin test ..\test_issue_2666.odin %COMMON% || exit /b
..\..\..\odin test ..\test_issue_4210.odin %COMMON% || exit /b
..\..\..\odin test ..\test_issue_4584.odin %COMMON% || exit /b
@echo off