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