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