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