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