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