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