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