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