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