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