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