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