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