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