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