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