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