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