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