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