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