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