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