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