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