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