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