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