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