Bend/tests/golden_tests/run_file/unscoped_never_used.bend

7 lines
74 B
Plaintext

type Bool = T | F
main = @x match x {
Bool/T : @$x *
Bool/F : @x *
}