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