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