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