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