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