ref: b3d69e8d1a3563e89028e41e0c3aba717bfc2555 dir: /test/stdopt-none.myr/
use std const f = { -> `std.None } const main = { match f() | `std.Some x: std.exit(x) | `std.None: std.exit(42) ;; }