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