ref: 4fb00e671f84192b77bbca4c095b5c5cdf755e31 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) ;; }