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