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