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