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