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