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