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