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