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