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