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