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