fixed issue with records being size of their reference (8 bytes) not their actual total

This commit is contained in:
Partho
2025-04-14 11:43:49 -04:00
parent 3baa95288a
commit 5c6ab34518
2 changed files with 9 additions and 6 deletions

View File

@ -48,6 +48,7 @@ foo (x) := {
}
bar1(a,b) := {
[integer : t]
return a * b;
}