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