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