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