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