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