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