Bend/tests/snapshots/compile_file_o_all__num_pattern_with_var.bend.snap

17 lines
313 B
Plaintext
Raw Permalink Normal View History

2024-01-19 17:02:22 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/num_pattern_with_var.bend
2024-01-19 17:02:22 +03:00
---
@Foo = ((@Foo__C2 a) a)
2024-03-21 15:11:16 +03:00
2024-06-15 17:07:51 +03:00
@Foo__C0 = ($([+0x0000001] a) a)
@Foo__C1 = (* (?((0 @Foo__C0) a) a))
2024-03-21 15:11:16 +03:00
@Foo__C2 = (?(((* 0) @Foo__C1) a) a)
@bool/true = ((1 a) a)
2024-03-21 15:11:16 +03:00
2024-05-10 22:42:32 +03:00
@main = a
& @Foo ~ (@bool/true (3 a))