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