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