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