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