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