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