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