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