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