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