ref: b8c37ce00d060d934f58b1b01bdbbbe27dc159f0 dir: /test/stdopt-some.myr/
use std const main = { match `std.Some 42 | `std.Some x: std.exit(x) | `std.None: std.exit(1) ;; }