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