ref: e9f4727e6dbe517ea9a8f381e45f71137cbbf9ab 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) ;; }