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