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