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