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