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