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