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