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