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