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