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