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