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