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