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