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