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