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