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