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