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