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