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