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