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