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