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