Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(tup): migrate preexisting test (#74)
Migrate the preexisting test for tuples, altering it to reflect that assignment no longer performs a copy. From the Con4m language reference [1]: Builtin types are either _value types_ or _reference types_. Value types are limited to numeric and boolean types that can be represented in 64-bits or less. [1] https://github.com/crashappsec/libcon4m/blob/fa231d8f0962/doc/reference.md#builtin-types
- Loading branch information