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