ref: 6874de3054f671cbd871a62f864d3d2cc44a0dfd 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) ;; }