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