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