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