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