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