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