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