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