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