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