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