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