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