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