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