ref: e6624da5efc4a98942a3620dae59c0610331a812 dir: /test/genericuret.myr/
use std generic work = {val : @a -> `std.Some val } const main = { work(123) std.exit(42) }