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