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