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