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