Bend/tests/golden_tests/compile_file/unused_let.bend
2024-05-15 21:26:16 +02:00

4 lines
194 B
Plaintext

# theoretically, this let could be elided and no dups would need to be emitted
# but this isn't legal in all cases, and it's unclear what heuristics could work here
main = @x let * = (+ x x); x