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