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