ref: 1750fba1a4fc55641cfd5a9ced3a33f012ff221f 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) ;; }