ref: 6e88e5d101fff277d7bbbdcbcdf4ded539000ce7 dir: /test/stdopt-some.myr/
use std const main = { match `std.Some 42 `std.Some x: -> x;; `std.None: -> 1;; ;; }