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