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