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