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