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