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