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