Let compound literal array be broadcast to a struct field of arrays

Fixes #4364

Patch courtesy of @cribalik
This commit is contained in:
Feoramund
2025-06-05 07:48:10 -04:00
parent 9eefa2006e
commit 36b41ce163
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ $ODIN test ../test_issue_2615.odin $COMMON
$ODIN test ../test_issue_2637.odin $COMMON
$ODIN test ../test_issue_2666.odin $COMMON
$ODIN test ../test_issue_4210.odin $COMMON
$ODIN test ../test_issue_4364.odin $COMMON
$ODIN test ../test_issue_4584.odin $COMMON
if [[ $($ODIN build ../test_issue_2395.odin $COMMON 2>&1 >/dev/null | grep -c "Error:") -eq 2 ]] ; then
echo "SUCCESSFUL 1/1"