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