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