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