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