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