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