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