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