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