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