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