Support constants initialization dependency #229
Labels
enhancement
New feature or request
found-by-tact-fuzzer
Bugs or issues found by the WIP Tact compiler fuzzer
has dependency
Some other issues need to be resolved first
scope: const-eval
The constant and partial evaluation optimization mechanisms
Milestone
Consider the following example:
Compilation output:
Expected: successful compilation as the value of
_0
is known in compile time.Related to #195.
The fix should support the following case:
The text was updated successfully, but these errors were encountered: