fixed issue with records being size of their reference (8 bytes) not their actual total
This commit is contained in:
@ -48,6 +48,7 @@ foo (x) := {
|
||||
}
|
||||
|
||||
bar1(a,b) := {
|
||||
[integer : t]
|
||||
return a * b;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user