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