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