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