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