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