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