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