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