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