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