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