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