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