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