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