Bend/tests/snapshots/compile_file__ref_to_ref.bend.snap

22 lines
200 B
Plaintext
Raw Permalink Normal View History

2023-11-10 22:19:06 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/ref_to_ref.bend
2023-11-10 22:19:06 +03:00
---
2024-01-19 17:12:16 +03:00
@A1 = @A2
2024-03-21 15:11:16 +03:00
2024-04-23 13:44:01 +03:00
@A2 = 1
2024-03-21 15:11:16 +03:00
2024-01-19 17:12:16 +03:00
@B1 = @B2
2024-03-21 15:11:16 +03:00
2024-01-19 17:12:16 +03:00
@B2 = @B3
2024-03-21 15:11:16 +03:00
2024-01-19 17:12:16 +03:00
@B3 = @B4
2024-03-21 15:11:16 +03:00
2024-01-19 17:12:16 +03:00
@B4 = @B5
2024-03-21 15:11:16 +03:00
2024-04-23 13:44:01 +03:00
@B5 = 2
2024-03-21 15:11:16 +03:00
2024-01-19 17:12:16 +03:00
@C1 = @B4
2023-11-10 22:19:06 +03:00
@main = ((1 2) 2)