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