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