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