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