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