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