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