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