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