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