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