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