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