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