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