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