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