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