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