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