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