ref: 5e0ca55f184256a7a3868843bec2922b56a1126f 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) ;; }