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