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