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