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