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