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