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