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