ref: aa749f4e5b13efc8082720ac14f5c655996f9c12 dir: /test/stdopt-some.myr/
use std const main = { match `std.Some 42 | `std.Some x: std.exit(x) | `std.None: std.exit(1) ;; }