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