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