Bend/tests/golden_tests/run_file/linearize_match.bend
2024-05-15 00:25:46 +02:00

5 lines
67 B
Plaintext

main = @a @b let c = (+ a a); switch a {
0: b;
_: (+ a-1 b);
}