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