ref: d752a67b5b88c1e6ae9e632a960dc9ef23827d44 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) ;; }