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