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