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